projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273a416
)
Give our test VM a name with no space (Xend does not allow this at the moment).
author
ewan@linford.intra
<ewan@linford.intra>
Sat, 7 Oct 2006 17:22:48 +0000
(18:22 +0100)
committer
ewan@linford.intra
<ewan@linford.intra>
Sat, 7 Oct 2006 17:22:48 +0000
(18:22 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/test/test_bindings.c
patch
|
blob
|
history
diff --git
a/tools/libxen/test/test_bindings.c
b/tools/libxen/test/test_bindings.c
index 894b9cd5f9779794f351a49cd7c68eb89e3bde82..fc750f97a2992efeec926fbde4ef20595301a635 100644
(file)
--- a/
tools/libxen/test/test_bindings.c
+++ b/
tools/libxen/test/test_bindings.c
@@
-275,7
+275,7
@@
static void create_new_vm(xen_session *session)
xen_vm_record vm_record =
{
- .name_label = "New
VM",
+ .name_label = "NewVM",
.name_description = "New VM Description",
.user_version = 1,
.is_a_template = false,